home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000296_news@columbia.edu _Mon Jul 19 18:25:07 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA28994
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Jul 1999 18:25:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA02496
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 19 Jul 1999 18:00:22 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.0 Beta.08 Ready for Testing
  11. Date: 19 Jul 1999 22:00:21 GMT
  12. Organization: Columbia University
  13. Message-ID: <7n075l$2dt$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. C-Kermit 7.0 Beta.08 is installed at:
  18.  
  19.   http://www.columbia.edu/kermit/ck70.html
  20.  
  21. and is ready for testing.  Here is what's new:
  22.  
  23. Scripting:
  24.  . A new general-purpose file i/o package added supporting multiple files 
  25.    open at once; character, line, and block i/o; sequential and random 
  26.    access; read, write, update, and append modes; absolute and relative
  27.    seeks by line or byte, etc. (ckermit2.txt Section 1.22).
  28.  . Floating-point numbers and arithmetic (Section 7.23)
  29.  . Associative arrays (Section 7.10.10).
  30.  . Numeric sorting (like UNIX "sort -n", Section 7.10.5).
  31.  . New functions for converting to and from Base 64 (Section 7.3).
  32.  . New TRACE and SHOW STACK commands for debugging scripts (Section 7.24).
  33.  . See http://www.columbia.edu/kermit/ckscriptlib.html for samples.
  34.  
  35. File Transfer:
  36.  . SET SERVER IDLE-TIMEOUT added for UNIX, VMS, etc.
  37.  . SET TRANSFER INTERRUPTION { ON, OFF } added.
  38.  
  39. Communications:
  40.  . SET DIAL TEST { ON, OFF } to test dialing without actually dialing (2.1.13)
  41.  . SET DIAL MACRO improvements to handle call-by-call repeat dialing (2.1.13)
  42.  . Support for DNS service records (e.g. so host can redirect client).
  43.  . Improved SHOW CONNECTION info.
  44.  . New built-in support for Multitech MT5634ZPX modem
  45.  
  46. Security:
  47.  . Lots of Kerberos and SRP improvements and fixes (see security.txt).
  48.  
  49. IKSD:
  50.  . Broken syslogging fixed.
  51.  . Occasional failure to recognize packets at IKSD> prompt fixed.
  52.  . Various protocol glitches fixed.
  53.  
  54. General:
  55.  . More flexible and forgiving HELP FUNCTION command syntax.
  56.  . New --nointerrupts command-line option to disable ^C, suspend, etc.
  57.  
  58. UNIX:
  59.  . New EXEC command, like execvp().
  60.  . Broken serial-port HANGUP in Unixware 2 fixed.
  61.  . Better diagnosis of broken connections when in remote mode.
  62.  . Ignore SIGQUIT earlier.
  63.  
  64. VMS:
  65.  . Faster file transfer on Alpha UCX & TCPware.
  66.  . OPEN READ and OPEN !READ fixed.
  67.  . Server end of REMOTE HOST fixed.
  68.  
  69. New platforms:
  70.  . Solaris 2.6 with SunLink X.25 9.0 (X.25 networking).
  71.  
  72. Bugs fixed:
  73.  . WRITE ERROR was writing to stdout instead of stderr.
  74.  . Various spurious runtime error messages removed.
  75.  . Broken partial completion and ?-help in path portion of filenames.
  76.  . Possible infinite loops during INPUT and elsewhere.
  77.  . Countless syntax adjustments, casts, type adjustments, etc.
  78.  . Assorted core dumps
  79.  
  80. Thanks to those who sent in bug reports and suggestions on Beta.07, and who
  81. have already sent in Beta.08 binaries -- as you can see from the web page,
  82. we already have over 100 of them.  But we can always use more, so if you can
  83. make any that are not listed there, please contact me.  And of course report
  84. any problems to:
  85.  
  86.   kermit-support@columbia.edu
  87.  
  88. Thanks!
  89.  
  90. - Frank